A practical example of creating a web server in C.  Unlike most tutorials, this is a web server I intend to put into production and host my own website.  Additionally, I want this server implementation to be useful for any kind of server, so I will be adding it as a component in my open source C library, hdelibc, which is available on GitHub:

https://github.com/HomoDeusOfficial/hdelibc

0:00 - 0:56      Node Update
0:57 - 2:49      Bad Techniques
2:50 - 7:52      Server Struct
7:53 - 14:07    Server Constructor
14:08 - 21:25  Sockets
21:26 - 31:32  Testing
31:33 - 45:59  Debugging
46:00 - 47:43  Demo